runtime.m.caughtsig (field)
3 uses
runtime (current package)
runtime2.go#L632: caughtsig guintptr // goroutine running during fatal signal
signal_unix.go#L762: mp.caughtsig.set(gp)
traceback.go#L1116: if mp.throwing >= throwTypeRuntime && gp != nil && (gp == mp.curg || gp == mp.caughtsig.ptr()) {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)